type go.pact.im/x/process.leafRunnable

3 uses

	go.pact.im/x/process (current package)
		task.go#L66: 	return &leafRunnable{runInForeground, gracefulStop}
		task.go#L69: type leafRunnable struct {
		task.go#L74: func (r *leafRunnable) Run(ctx context.Context, callback Callback) error {